net/http.http2Transport.newClientConn (method)
4 uses
net/http (current package)
h2_bundle.go#L7837: return t.newClientConn(nil, singleUse)
h2_bundle.go#L7847: return t.newClientConn(tconn, singleUse)
h2_bundle.go#L7913: return t.newClientConn(c, t.disableKeepAlives())
h2_bundle.go#L7916: func (t *http2Transport) newClientConn(c net.Conn, singleUse bool) (*http2ClientConn, error) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |